Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Domain contact management API #241

Merged
merged 3 commits into from
Dec 7, 2023
Merged

Conversation

DXTimer
Copy link
Contributor

@DXTimer DXTimer commented Dec 5, 2023

This PR introduces 5 new endpoints that are part of the domain contact management API that was introduced in dnsimple/dnsimple-developer#501.

The following endpoints have been added:

  • listRegistrantChanges: GET /{account}/registrar/registrant_changes
  • createRegistrantChange: POST /{account}/registrar/registrant_changes
  • checkRegistrantChange: POST /{account}/registrar/registrant_changes/check
  • getRegistrantChange: GET /{account}/registrar/registrant_changes/{registrantchange}
  • deleteRegistrantChange: DELETE /{account}/registrar/registrant_changes/{registrantchange}

Belongs to https://github.com/dnsimple/dnsimple-business/issues/1729
Belongs to https://github.com/dnsimple/dnsimple-external-integrations/issues/18

@DXTimer DXTimer self-assigned this Dec 5, 2023
@DXTimer DXTimer requested a review from a team December 5, 2023 17:28
@DXTimer DXTimer merged commit 1c72bfb into main Dec 7, 2023
19 checks passed
@DXTimer DXTimer deleted the enhancement/domain-contact-management branch December 7, 2023 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants